home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / SPLITVT / SPLITVTR.{__ < prev    next >
Text File  |  1999-09-17  |  672b  |  28 lines

  1.  
  2. # This is an example .splitvtrc file.  
  3. # To use it, rename it to the file .splitvtrc in your home directory, 
  4. # and edit it to suit your tastes.
  5.  
  6. # This statement sets the environment variable "HELLO" to "Hello There!"
  7. # Notice the use of \ to escape the whitespace
  8. HELLO=Hello\ There!
  9.  
  10. if $SPLITVT
  11. # If running under splitvt, set switch char to a different value.
  12. set switch_char        ^T
  13. else
  14. set switch_char        ^W
  15. endif
  16. set command_char    ^O
  17. set quote_char        ^V
  18. set upper_lines        12
  19. run -upper        /bin/sh
  20. run -lower        top
  21. set login        on
  22. #set login        off
  23.  
  24. # If uncommented, this next line would override the above run 
  25. # statements, running /bin/tcsh in both windows.
  26. #run /bin/tcsh
  27.  
  28.